-- card: 12417 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3426 -- name: Journey to the Moon Mountains ----- HyperTalk script ----- on openCard global score subtract 5 from score if score <= 0 then visual effect scroll up go card "end" end if put score into field "scorebox" end openCard on mouseUp get field "textarea" of card "Communal Hut" put it&return&"A ritual dance" into field "textarea" of card "Communal Hut" get field "textarea" of card "Mountain Trail" put it into holder put the number of lines in field "textarea" of card "Mountain Trail" into counter repeat until counter = 0 get line counter of holder if it contains "The monkey tree" then delete line counter of field "textarea" of card "Mountain Trail" put 1 into counter end if subtract 1 from counter end repeat visual effect dissolve go to card "River Trail" end mouseUp -- part contents for background part 1 ----- text ----- Journey to the Moon Mountains -- part contents for background part 2 ----- text ----- You set off towards the rocky crags that hover above a distant wall of billowing clouds. Before long you are totally lost in the deep jungle. After some wandering, you find yourself back at the river trail. -- part contents for background part 5 ----- text ----- 315